From: Richard M. Stallman Date: Wed, 16 Jun 1993 21:39:03 +0000 (+0000) Subject: entered into RCS X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95292 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2af4b8908b780dfb860a86714bec9ba8f682db61;p=emacs.git entered into RCS --- diff --git a/lisp/emacs-lisp/assoc.el b/lisp/emacs-lisp/assoc.el index 428471a16d5..4a075c45932 100644 --- a/lisp/emacs-lisp/assoc.el +++ b/lisp/emacs-lisp/assoc.el @@ -57,7 +57,7 @@ pair is not at the head of alist. ALIST is not altered." (defun aput (alist-symbol key &optional value) "Inserts a key-value pair into an alist. The alist is referenced by ALIST-SYMBOL. The key-value pair is made ->from KEY and optionally, VALUE. Returns the altered alist or nil if +from KEY and optionally, VALUE. Returns the altered alist or nil if ALIST is nil. If the key-value pair referenced by KEY can be found in the alist, and